DoubleNINumericDoubleNDivide Method
Divides the current value by the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
DoubleN INumeric<DoubleN>.Divide(
DoubleN value
)
Private Function Divide (
value As DoubleN
) As DoubleN Implements INumeric(Of DoubleN).Divide
private:
virtual DoubleN Divide(
DoubleN value
) sealed = INumeric<DoubleN>::Divide
private abstract Divide :
value : DoubleN -> DoubleN
private override Divide :
value : DoubleN -> DoubleN
- value DoubleN
- The value as the divisor.
DoubleNThe result of dividing the current value by
value.
INumericTSelfDivide(TSelf)